home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Portable Applications / Portable Start Menu 2.1 / psmsetup.exe / install_script.iss
Text File  |  2008-09-30  |  2KB  |  57 lines

  1. ;InnoSetupVersion=5.2.3
  2.  
  3. [Setup]
  4. AppName=Portable Start Menu
  5. AppVerName=Portable Start Menu {cm:myVersion}
  6. AppId=aignespsmenu
  7. AppVersion={cm:myVersion}
  8. AppPublisher=www.aignes.com
  9. AppPublisherURL=http://www.aignes.com
  10. AppSupportURL=http://www.aignes.com
  11. AppUpdatesURL=http://www.aignes.com
  12. DefaultDirName={pf}\PSMenu
  13. DefaultGroupName=Portable Start Menu
  14. OutputBaseFilename=in
  15. Compression=lzma
  16. DisableProgramGroupPage=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\psmenu.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\psmenu.ext"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\closeall.wav"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\psmenu.chm"; DestDir: "{app}"; Flags: ignoreversion 
  26.  
  27. [Run]
  28. Filename: "{app}\psmenu.exe"; Description: "{cm:LaunchProgram,Portable Start Menu}"; Flags: postinstall skipifsilent nowait
  29.  
  30. [Icons]
  31. Name: "{group}\Portable Start Menu"; Filename: "{app}\psmenu.exe"; Tasks: groupicon; 
  32. Name: "{group}\{cm:UninstallProgram,Portable Start Menu}"; Filename: "{uninstallexe}"; Tasks: groupicon; 
  33. Name: "{commondesktop}\Portable Start Menu"; Filename: "{app}\psmenu.exe"; Tasks: desktopicon; 
  34. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Portable Start Menu"; Filename: "{app}\psmenu.exe"; Tasks: quicklaunchicon; 
  35.  
  36. [Tasks]
  37. Name: "groupicon"; Description: "Create a start menu group"; GroupDescription: "{cm:AdditionalIcons}"; 
  38. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  39. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  40.  
  41. [CustomMessages]
  42. default.NameAndVersion=%1 version %2
  43. default.AdditionalIcons=Additional icons:
  44. default.CreateDesktopIcon=Create a &desktop icon
  45. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  46. default.ProgramOnTheWeb=%1 on the Web
  47. default.UninstallProgram=Uninstall %1
  48. default.LaunchProgram=Launch %1
  49. default.AssocFileExtension=&Associate %1 with the %2 file extension
  50. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  51. myVersion=2.1
  52.  
  53. [Languages]
  54. ; These files are stubs
  55. ; To achieve better results after recompilation, use the real language files
  56. Name: "default"; MessagesFile: "embedded\default.isl"; 
  57.